home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 125
/
MOBICLIC 125.ISO
/
pc
/
DATA
/
DSS125
/
DSS125_05
/
DSS125_05.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2010-06-16
|
1KB
|
35 lines
function initBT_RETOUR()
{
var _loc3_ = this.BT_RETOUR;
_loc3_.onRollOver = function()
{
joueBruitage({nomSon:"B_RETOUR"});
gereTextes.afficheIB({mc:this,codeIB:"IB100"});
this.gotoAndPlay("E2");
gereCursor(2);
trace(this.pNum);
};
_loc3_.onRollOut = _loc3_.onDragOut = function()
{
stopBruitage({nomSon:"B_RETOUR"});
gereTextes.masqueIB({mc:this,codeIB:"IB100"});
this.gotoAndPlay("E1");
gereCursor(1);
};
_loc3_.onPress = function()
{
gZone = this.pNum;
stopBruitage({nomSon:"B_RETOUR"});
gereTextes.masqueIB({mc:this,codeIB:"IB100"});
_global.ChangeModule({codeRub:"DSS",numMod:0,A_GoLabel:"ATTENTE"});
};
}
stop();
gNbQuestions = Number(moduleInfo.returnNodeByPath("Module.Config.Serie").firstChild.nodeValue);
gTimer = Number(moduleInfo.returnNodeByPath("Module.Config.Timer").firstChild.nodeValue);
if(_global.HOTE == undefined)
{
gST = 1;
}
InitOk();